﻿#main, .BeforeList input.SearchList {
  background-color: white !important;
}

body {
  font-family: museo-sans,sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #363636;
  font-size: 18px;
  letter-spacing: 0px;
  margin: 15px;
}

h2 {
  font-family: museo-sans,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  color: #152456;
  text-transform: uppercase;
}

h3 {
  font-family: museo-sans,sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  color: #152456;
}

b {
  font-weight: 700;
}

.accordion-button {
  color: #363636;
  font-family: museo-sans,sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.accordion-button:not(.collapsed) {
  background-image: url(`data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M416 352c-8.188 0-16.38-3.125-22.62-9.375L224 173.3l-169.4 169.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l192-192c12.5-12.5 32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25C432.4 348.9 424.2 352 416 352z"/></svg>`) !important;
  color: #152456 !important;
  background-color: #fff;
  border-color: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(`data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M416 352c-8.188 0-16.38-3.125-22.62-9.375L224 173.3l-169.4 169.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l192-192c12.5-12.5 32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25C432.4 348.9 424.2 352 416 352z"/></svg>`) !important;
}

.accordion-button::after {
  box-shadow: none;
  background-image: url(`data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M416 352c-8.188 0-16.38-3.125-22.62-9.375L224 173.3l-169.4 169.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l192-192c12.5-12.5 32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25C432.4 348.9 424.2 352 416 352z"/></svg>`) !important;
 }
.accordion-button:focus {
    box-shadow: none;
}

.faq-wrapper ul {
  margin: 1.5rem 0 1.5rem 2rem !important;
  list-style: none !important;
}

.faq-wrapper ul li::before {
  content: "\2022" !important;
  color: #152456 !important;
  font-weight: bold !important;
  display: inline-block !important;
  width: 1.5em !important;
  margin-left: -1em !important;
}

.faq-wrapper ol {
  margin: 1.5rem 0 1.5rem 2rem !important;
}

.faq-wrapper img {
  margin-left: 4rem !important;
}

.button a {
  text-decoration: none;
}
